home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / Vol 132.iso / games / nameless.swf / scripts / DefineSprite_1245 / frame_1 / DoAction.as
Text File  |  2011-06-09  |  243b  |  14 lines

  1. var onEnterFrame = function()
  2. {
  3.    if(_root.cm.hitTest(_X,_Y,true))
  4.    {
  5.       if(_root.item4 == false)
  6.       {
  7.          gotoAndStop("found");
  8.          play();
  9.          _root.item4 = true;
  10.       }
  11.    }
  12.    _root.checkVis(this);
  13. };
  14.